FEATURED ADS

You get a featured ad (say taxis in norfolk or petshops in surrey) and an entry within the correct section. Prices vary depending on the service you offer or the part of the uk that you wish to appear on
Our figures are as follows
These figures relate to May 2007
USER SESSIONS: 2,024,500
(Real People, not hits)
PAGE VIEWS: 4,783,145
(pages looked at twice during any one session counts as one)
2005 Total User Sessions: 12,319,834
2006 Total User Sessions: 18,918,299
2007 Total User Sessions: 9,726,978 to June 24th 2007
Pease fill in the form below and we will respond in due course
(* = Compulsory Fields)

' />
* Your Name:
* Your email address:
Your website address:
Telephone:
* Business name:
Comments:
Please enter your name

"; } if (empty($_POST['email'])) {$message.="

Please enter your email address"; } if (empty($_POST['Business'])) {$message.="

Please enter your Business name

"; } return $message; } $message = bad_form(); if ($message) { echo $message."


"; } elseif( !eregi( "^[a-z0-9]+([_\\.-][a-z0-9]+)*"."@([a-z0-9]+([\.-][a-z0-9]+)*)+(\\.[a-z]{2,}$)", $_POST['email'], $regs)) { echo "

Error: '".$_POST['email']."' isn't a valid email address!\n"; print "

"; } elseif(strstr($_POST['Name'], ':') || strstr($_POST['email'], ':') || strlen($_POST['Name']) > 28 || strstr($_POST['Business'], ':') || strlen($_POST['Business']) > 36 || strlen($_POST['email']) > 50){//strip out hijack attempts echo '

Sorry, we cant process that request

'; exit(); } else { $messag = "Advertising response\n". "\nReferring Page: \t".mysql_real_escape_string($_POST['page']). "\nFrom: \t".mysql_real_escape_string($_POST['Name'])."\nemail: \t".mysql_real_escape_string($_POST['email']). "\nWebsite: \t".mysql_real_escape_string($_POST['website']). "\nTel: \t".mysql_real_escape_string($_POST['tel']). "\n\Business name: \t".mysql_real_escape_string($_POST['Business']). "\nComments: \t".mysql_real_escape_string($_POST['comments']); $headers = "From: \"".mysql_real_escape_string($_POST['Business'])."\"<".mysql_real_escape_string($_POST['email']).">\n" ; $insertmail = mysql_query("INSERT INTO mail (`to`, subject, message, headers, `sent`) VALUES ('simonwaite555@gmail.com', 'New contact/feedback form', '$messag', '$headers', 0)"); //mail("nick@ww1.information-britain.co.uk,", "New contact/feedback form", $messag, $headers); echo'

Thank you '.$_POST['Name']. '. Your Enquiry is being processed and you should receive a reply soon.

Thank you for visiting Information Britain.

Click here for our Search page

'; } } ?>